Welcome![Sign In][Sign Up]
Location:
Search - erosion and dilation

Search list

[Special Effectsbinaryops

Description: Description: A faster implementation of binary dilation and erosion. Our functions take advantage of MATLAB s decomposition of the structuring element but they may result much faster. Try to run example.m to see the speed improvement factor, changing the parameters.
Platform: | Size: 6144 | Author: gz | Hits:

[Special EffectsGrayscale-Dilation-Erosion

Description:
Platform: | Size: 39936 | Author: ningmeng | Hits:

[matlabMATLAB_Grayscale-Dilation-Erosion

Description: MATLAB实现灰度图像的膨胀与腐蚀算法源代码-MATLAB_Grayscale-Dilation-Erosion.rar
Platform: | Size: 45056 | Author: 沈海宏 | Hits:

[Multimedia programerosion_dilation

Description: morphological filtering erosion dilation
Platform: | Size: 4096 | Author: Bao | Hits:

[2D GraphicDigital_Image_Processing

Description: 实现Gaussian Blur等Convolution操作,Erosion和Dilation等Mophorlogy操作,以及二值化操作等等。-Convolution operation such as Gaussian Blur, Morphology operation such as Erosion and Dialation, as well as the thesholding operation and so on.
Platform: | Size: 2718720 | Author: 辛韬 | Hits:

[Special EffectsMorph

Description: 数字图像处理形态学变化 包括腐蚀、膨胀、开、闭、细化-Digital image processing morphological changes, including Erosion、Dilation、 open and close, detailed
Platform: | Size: 2170880 | Author: miaomiao | Hits:

[Windows Developdilation

Description: binary dilation and erosion 函数程序算法-binary dilation and erosion function procedure algorithm
Platform: | Size: 3072 | Author: 傅嘉 | Hits:

[Fractal programhand_gesture_project

Description: 此專案用VC++.Net2005開發,並且使用DirectShow去顯示與抓取Camera的畫面,並以CImage去讀入圖檔。並以Erosion(收縮)、Dilation(膨脹)、Feature(分群),這三個演算法就達到辨三種手勢的目的。-This project using VC++. Net2005 development, and use DirectShow to display and crawl Camera images, and to CImage read into the image file. And to Erosion (contraction), Dilation (expansion), Feature (grouping), which reached three algorithms identified three kinds of gestures purposes.
Platform: | Size: 6249472 | Author: 陳霖 | Hits:

[Special Effectsmorph

Description: morphological process includein erosion, dilation, opening, closing
Platform: | Size: 2048 | Author: deep | Hits:

[Graph programMATLABimageprocess3

Description: 医学图像处理,主要用于图形形态学,如腐蚀、膨胀以及开、闭运算。-Medical image processing, mainly for graphics morphology, such as erosion and dilation as well as opening and closing operation.
Platform: | Size: 124928 | Author: ghostlin | Hits:

[Special EffectsEDTransform

Description: 用带形状校正的腐蚀膨胀实现Euclidean距离变换-Implementation of Euclidean Distance Transforms Using Erosion and Dilation with Form Correction
Platform: | Size: 552960 | Author: 陆宗骐 | Hits:

[Graph programmor

Description: 是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Is the erosion and dilation, thinning algorithm command-line compiler as follows vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib Note: run-time, the file c: \ test.bmp must exist
Platform: | Size: 15360 | Author: fyk | Hits:

[OtherEDOC

Description: 这是一个在VC6.0平台上,关于数学形态学的程序,基于Opencv图像学代码,包括腐蚀、膨胀、开启和闭合!-This is a VC6.0 platform, on the mathematical morphology procedures, based on Opencv iconology code, including erosion and dilation, opening and closing!
Platform: | Size: 1423360 | Author: iris | Hits:

[Special EffectsMorph

Description: 本程序能对一个数字图象完成数学形态学的四个基本运算。对bmp格式的图像进行灰度化处理,再进行阈值分割运算,最后可在菜单中选择进行形态学变换,包括腐蚀、膨胀、开、闭、细化等运算。-This procedure can be completed on a digital image of the four basic operations on mathematical morphology. Bmp format for grayscale image processing, further thresholding operation, which may eventually choose the menu morphological transformation, including the erosion and dilation, opening and closing, thinning and other operations.
Platform: | Size: 4380672 | Author: xinxin | Hits:

[OtherErosionDilation

Description: This an algorithm imlementing erosion and dilation which form an important component of image processing programs.-This is an algorithm imlementing erosion and dilation which form an important component of image processing programs.
Platform: | Size: 1024 | Author: dataminer | Hits:

[2D Graphicxtx

Description: 自己用VC实现的形态学源代码,包括基本的腐蚀膨胀等运算-Morphology with the VC to achieve its source code, including the basic erosion and dilation operations
Platform: | Size: 2056192 | Author: 徐昕 | Hits:

[Special Effectsyzm

Description: 对图片进行灰度化,二值化处理,还可以对图片进行腐蚀,膨胀处理.-Based on the image to grayscale, binary processing, the picture can also erosion and dilation processing.
Platform: | Size: 1037312 | Author: lihaopeng | Hits:

[matlabbmorph

Description: Binary erosion and dilation, with fast iterative calls. For any structuring element other than square or disk this function is way faster than imerode.m and imdilate.m (more than an order of magnitude). It s also handy when you don t have the Matlab Image Processing Toolbox :-)... It also allows very fast iterative calls (for instance when sweeping the structuring element while looking for a certain effect, threshold in image statistics, etc). See the help in bmorph.m and the attached .pdf file.-Binary erosion and dilation, with fast iterative calls. For any structuring element other than square or disk this function is way faster than imerode.m and imdilate.m (more than an order of magnitude). It s also handy when you don t have the Matlab Image Processing Toolbox :-)... It also allows very fast iterative calls (for instance when sweeping the structuring element while looking for a certain effect, threshold in image statistics, etc). See the help in bmorph.m and the attached .pdf file.
Platform: | Size: 155648 | Author: tudor | Hits:

[Special Effectserosion-and-dilation

Description: 图像形态学中的腐蚀和膨胀,3*3的算子可以自选-Image morphology of erosion and dilation
Platform: | Size: 5361664 | Author: 琳琳 | Hits:

[Windows Developerosion_dilation

Description: (Morphology) Erosion and Dilation
Platform: | Size: 2048 | Author: tapir | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net